Update standard 1.37.0 → 1.40.0 (minor) #1
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ standard (1.37.0 → 1.40.0) · Repo · Changelog
Release Notes
1.40.0 (from changelog)
1.39.2 (from changelog)
1.39.1 (from changelog)
1.39.0 (from changelog)
1.38.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
🥩 v1.40.0
Merge pull request #646 from standardrb/updates-2024-08-13
Updates for August 13 2024
Merge pull request #644 from andyw8/andyw8/simplify-addon-testing-setup
Simplify addon testing setup
Merge pull request #643 from andyw8/andyw8/update-ruby-lsp-version
Update Ruby LSP version
1.39.2
Merge pull request #642 from jimnanney/neovim-10-code-actions-uri-fix
Ensure returned uri from code actions contain a scheme
update docs for Ruby LSP
Merge pull request #641 from anmarchenko/patch-1
I think the list might be alphabetically sorted
Add Datadog to the list of teams using standard
1.39.1
Don't forward todo settings to the LSP runner
watch for changes to .standard_todo.yml as well as .standard.yml
Had format:/formatters: confused with --format CLI name, I think
weird this didn't trip any style issues 🤔
Merge pull request #639 from mjankowski/update-ci-workflow
Update peter-evans/create-pull-request to v6
Update actions/checkout to v4
clear deprecation warning
1.39.0
Merge pull request #636 from standardrb/add-code-actions
It is with sincere frustration that I remove this trailing comma from an attribute definition. For some reason, this particular autofix will cause intermittent build failures and I can't figure out why
get LSP side passing
Use the built-in diagnostics (results in a lot more fun), nix the message we can no longer log
Spike out getting code actions working under Ruby LSP
1.38.0
Merge pull request #630 from standardrb/ruby-lsp-spike
backport https://github.com/standardrb/standard/commit/de139d7385c36d195b2b1fbadd5c112764f60b8b
Update this comment. Code actions will require invoking a long-lived RuboCop executor directly instead of via --stdin
Use Ruby LSP's URI#to_standardized_path method when available and not returning nil
Use the config-dependent documentation_url call from rubocop 1.64.0
Send an empty ARGV since we aren't in control of it
Invoke (and appropriately name) the file watcher so the addon re-initializes successfully
Output startup status
be less cute by just requiring standard properly
fix standard errors when targeting 3.0+
update standard's internal language target to 3.0
Accidentally bumped to a bundler that requires ruby 3
"Fix" the issue with cli_test breaking by manually requiring everything the test server needs
get LSP addon working, maybe
closer! everything makes sense except for this range end value
Write failing test for formatter
Merge pull request #635 from koic/lsp_diagnostic_range
Fix end position of diagnostic for LSP
update changelog
this comment isn't necessary anymore
Merge pull request #634 from mjankowski/more-ruby-version-stuff
Add ruby-3.3.yml for targetting
Bump TargetRubyVersion to 3.0
Restore 3.0 to CI, bump gemspec
Merge pull request #633 from mjankowski/ruby-eol-ci
Remove EOL ruby versions from CI config
Release Notes
1.65.1
1.65.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands